Defines a renderer for a PDF page.
A PDF page renderer converts a PDF page to image. For conversion multiple PDF pages to a multipage TIFF image use the class.

Full documentation

Initializes a new PDFPageRenderer object.

Full documentation

Converts the PDF page to an image.
A valid rendering surface must be provided in the settings parameter because the rendered page will be available only in the surface's storage.

Full documentation

Converts the PDF page to an image.

Full documentation

Converts the PDF page to an image.

Full documentation

Coverts the page to a render list.

Full documentation

Coverts the page to a render list.

Full documentation

Converts the render list to an image.

Full documentation

Creates a rendering surface fit for rendering the current page.

Full documentation

Gets the size in pixels of the page when converted to image at the specified resolution.

Full documentation

Gets the size in pixels of the page when converted to image at the specified resolution.

Full documentation

Gets the errors that appeared during rendering.
When the property is set to any of the "IGNORE" modes then this property is filled with the errors that appeared during rendering.

Full documentation